github.com/andybalholm/brotli.contextBlockSplitter.num_contexts_ (field)

5 uses

	github.com/andybalholm/brotli (current package)
		metablock.go#L275: 	num_contexts_      uint
		metablock.go#L297: 	self.num_contexts_ = num_contexts
		metablock.go#L337: 	var num_contexts uint = self.num_contexts_
		metablock.go#L362: 			clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
		metablock.go#L407: 				clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)